Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Private 
Function 
GetEnumerator 
As 
IEnumerator(
Of 
KeyValuePair(
Of K, V))
	
Implements 
IEnumerable(
Of 
KeyValuePair(
Of K, V)).
GetEnumerator
C#
IEnumerator<
KeyValuePair<K, V>> 
IEnumerable<
KeyValuePair<K, V>>.
GetEnumerator()
Visual C++
private:
virtual 
IEnumerator<
KeyValuePair<K, V>>^ 
GetEnumerator() 
sealed = 
IEnumerable<
KeyValuePair<K, V>>::
GetEnumerator
JavaScript
JavaScript does not support explicit
interface implementations.

Implements

IEnumerableGetEnumerator () () ()

See Also